CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Matlab b

搜索资源列表

  1. seawater

    22下载:
  2. Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。- SW_ADTG Adiabatic temperature gradient SW_ALPHA Thermal expansion coefficient (alpha) SW_AONB Calculate alpha/beta (a on b) SW_BETA Saline contract
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-14
    • 文件大小:50237
    • 提供者:庄伟
  1. FFt

    1下载:
  2. 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:329349
    • 提供者:lixiaozhui
  1. FIR

    0下载:
  2. 用窗函数法设计一个长度N等于8的线性相位FIR滤波器。其理想的幅频特性为 分别用矩形窗、Hanning窗、Hamming窗、Blackman窗、Kaiser窗(b=8.5)设计该滤波器。 -Window function method used to design a length N equal to 8 the linear phase FIR filter. Its ideal amplitude-frequency characteristics of rectangular w
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:79745
    • 提供者:zhangfei
  1. dec_kalman1

    0下载:
  2. Matlab code for a decentralized Kalman filter as presented by: B.S. Rao, H.F. Durrant-Whyte,” Fully decentralised algorithm for multisensor Kalman filtering”
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:786
    • 提供者:Zaher
  1. 111

    1下载:
  2. 基于MATLAB的图像处理源程序集,包括阈值、二值化、灰度变化,边缘提取-MATLAB based image processing source code set, including threshold, binary, gray scale, edge extraction, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:92941
    • 提供者:潘超
  1. nurbs

    0下载:
  2. 实现三次b样条曲线的画图 这工程领域应用较多-burbs it explaim to how to draw
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2478
    • 提供者:alex
  1. nnToolKit_cb

    0下载:
  2. C++BUILDER与MATLAB实现混合编程源代码-C++ BUILDER realize mixed language programming with the MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1636660
    • 提供者:魏建明
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14876
    • 提供者:money
  1. GEE

    1下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The fu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10863
    • 提供者:Allan KAO
  1. nonrigid_version10

    0下载:
  2. nonrigid_version10: Registration of two 2D images or 3D volumes both rigid and non-rigid with smooth b-spline grid without landmarks
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:508687
    • 提供者:zhangxq
  1. b

    0下载:
  2. A high-speed variable phase accumulator for an ADPLL architecture
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:287766
    • 提供者:bc
  1. LicensePlateRecognition

    1下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:730813
    • 提供者:肖伟
  1. awgn

    1下载:
  2. DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15243
    • 提供者:wyyy
  1. b.m

    0下载:
  2. Matlab仿真程序,介绍了数据的程序结构、运用和算法设计。-Matlab simulation program, introduced procedures for data structure, application and algorithm design.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1280
    • 提供者:ct
  1. RGB2LabAndLab2RGB

    0下载:
  2. % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2081
    • 提供者:郑成勇
  1. OnlineLibrary

    0下载:
  2. 使用ASP+SQLServer实现在线图书馆管理系统,前台具有查阅书籍,借阅书籍功能,后台则对书籍及其分类进行编辑。 附带数据库 本程序采用B/S架构。-ASP+ SQLServer realize the use of online library management system, prospects have access to books, borrow books features, background on books and their classification f
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-23
    • 文件大小:112908
    • 提供者:folishwood
  1. Laplace-Gaussian-Pyramid

    0下载:
  2. ffdhfhg b fjiogn soonsnvjv fin f fdg josg-fdgdsdffdfgfgkio p p d
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2109
    • 提供者:gygy
  1. coloredgedetection

    1下载:
  2. 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:jff
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:16340
    • 提供者:
  1. edrk

    0下载:
  2. 主要包括免疫识别、免疫学习、免疫 记忆、克隆选择、个体多样性、分布式和自适应等,-It is the real engineering app licat ion s that draw the b road at ten2 t ion of compu ter scien t ist s to recogn ize the great po ten t ial of A IS, hereby som e impo rtan t app li2 cat ion f ields as
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:1275
    • 提供者:小蓝
« 1 2 3 4 5 6 78 9 10 11 12 ... 42 »
搜珍网 www.dssz.com